.banner {
  height: 864px;
  position: relative;
}
.banner .sw1 .bg_img {
  height: 864px;
}
.banner .sw1 .text {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.banner .sw1 .text .t1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}
.banner .sw1 .text .t2 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Arial';
}
.banner .sw1 > .w1200 {
  position: absolute;
  height: 42px;
  bottom: 176px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.banner .sw1 .swiper-button-prev,
.banner .sw1 .swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  top: auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.banner .sw1 .swiper-button-prev:hover,
.banner .sw1 .swiper-button-next:hover {
  background-color: #239ba5;
  border-color: #239ba5;
}
.banner .sw1 .swiper-button-prev {
  background: url(../image/s8.png) center no-repeat;
  right: 62px;
  left: auto;
}
.banner .sw1 .swiper-button-next {
  background: url(../image/s9.png) center no-repeat;
  right: 0;
  left: auto;
}
.banner .sw1 .swiper-pagination {
  font-size: 16px;
  color: #ffffff;
  font-family: "Arial";
  bottom: 0;
  line-height: 1;
  text-align: left;
  z-index: 2;
}
.banner .sw1 .swiper-pagination span {
  display: inline-block;
}
.banner .sw1 .swiper-pagination .swiper-pagination-current {
  font-size: 32px;
  color: #239ba5;
}
.banner .lis {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.banner .lis .w1200 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner .lis .item {
  width: 32.25%;
  height: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.banner .lis .item .icon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  border: 1px solid #239ba5;
  margin-right: 18px;
}
.banner .lis .item .text .cn {
  font-size: 22px;
  color: #333333;
}
.banner .lis .item .text .en {
  font-size: 16px;
  color: #666666;
  font-family: 'Arial';
}
.banner .lis .item .sIcon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  background: #f2f2f2 url(../image/s7.png) center no-repeat;
}
.banner .lis .item.item1 .icon {
  background: url(../image/s4.png) center no-repeat;
}
.banner .lis .item.item2 .icon {
  background: url(../image/s5.png) center no-repeat;
}
.banner .lis .item.item3 .icon {
  background: url(../image/s6.png) center no-repeat;
}
.banner .lis .item:hover {
  top: -10px;
  background-color: rgba(35, 155, 165, 0.98);
}
.banner .lis .item:hover .icon {
  border-color: #ffffff;
}
.banner .lis .item:hover .text .cn,
.banner .lis .item:hover .text .en {
  color: #ffffff;
}
.banner .lis .item:hover .sIcon {
  background: #eaf5f6 url(../image/s7_s.png) center no-repeat;
}
.banner .lis .item:hover.item1 .icon {
  background-image: url(../image/s4_s.png);
}
.banner .lis .item:hover.item2 .icon {
  background-image: url(../image/s5_s.png);
}
.banner .lis .item:hover.item3 .icon {
  background-image: url(../image/s6_s.png);
}
.ind01 .tabs {
  position: relative;
  border-bottom: 1px solid #f4f6f8;
}
.ind01 .tabs .item {
  float: left;
  margin-right: 38px;
  margin-top: 10px;
  height: 78px;
}
.ind01 .tabs .item .tit {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 78px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-top: -1px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind01 .tabs .item .more {
  font-size: 16px;
  color: #666666;
  padding-right: 14px;
  background: url(../image/s10.png) center right no-repeat;
  line-height: 78px;
  position: absolute;
  top: 10px;
  right: 42px;
  display: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind01 .tabs .item .more:hover {
  color: #239ba5;
}
.ind01 .tabs .item.cur .tit {
  color: #239ba5;
  border-bottom: 3px solid #239ba5;
}
.ind01 .tabs .item.cur .more {
  display: block;
}
.ind01 .left {
  width: 712px;
  border-right: 1px solid #f4f6f8;
  float: left;
}
.ind01 .left .tabs .tit:hover {
  color: #239ba5;
}
.ind01 .left .con .list {
  width: 100%;
  float: left;
  padding-right: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 55px;
  display: none;
}
.ind01 .left .con .list.cur {
  display: block;
}
.ind01 .left .con .list .text {
  float: left;
  width: 241px;
  height: 308px;
  position: relative;
}
.ind01 .left .con .list .text .times {
  font-family: 'Arial';
  margin-bottom: 32px;
}
.ind01 .left .con .list .text .times .time1 {
  font-size: 63px;
  color: #239ba5;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.ind01 .left .con .list .text .times .time2 {
  font-size: 18px;
  color: #239ba5;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}
.ind01 .left .con .list .text .tit {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind01 .left .con .list .text .word {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.ind01 .left .con .list .text .views {
  font-size: 14px;
  color: #cacfd3;
  padding-left: 21px;
  background: url(../image/s11.png) center left no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ind01 .left .con .list .imgs {
  width: 400px;
  height: 300px;
  overflow: hidden;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
  margin-top: 8px;
}
.ind01 .left .con .list .imgs .bg_img {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ind01 .left .con .list .swiper-pagination {
  width: auto;
  left: 189px;
  right: auto;
  font-size: 14px;
  color: #cacfd3;
  bottom: 0;
  line-height: 1;
}
.ind01 .left .con .list .swiper-pagination span {
  display: inline-block;
}
.ind01 .left .con .list .swiper-pagination .swiper-pagination-current {
  color: #239ba5;
}
.ind01 .left .con .list .swiper-button-next,
.ind01 .left .con .list .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 4px;
  height: 14px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind01 .left .con .list .swiper-button-prev {
  left: 170px;
  right: auto;
  background: url(../image/s12.png) center no-repeat;
}
.ind01 .left .con .list .swiper-button-prev:hover {
  background-image: url(../image/s12_s.png);
}
.ind01 .left .con .list .swiper-button-next {
  left: 235px;
  right: auto;
  background: url(../image/s13.png) center no-repeat;
}
.ind01 .left .con .list .swiper-button-next:hover {
  background-image: url(../image/s13_s.png);
}
.ind01 .left .con .list .swiper-slide:hover .imgs .bg_img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.ind01 .left .con .list .swiper-slide:hover .text .tit {
  color: #239ba5;
}
.ind01 .right {
  float: right;
  width: 448px;
}
.ind01 .right .tabs {
  border: 0;
}
.ind01 .right .tabs .item .more {
  display: block;
  right: 0;
}
.ind01 .right .con {
  width: 100%;
  height: 336px;
  overflow: hidden;
  position: relative;
}
.ind01 .right .con .video {
  width: 100%;
}
.ind01 .right .con .front_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ind01 .right .con .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 127px;
  height: 127px;
  background: url(../image/s16.png) center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.ind01 .left,
.ind01 .right {
  visibility: hidden;
}
.ind01 .left.active {
  visibility: visible;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.ind01 .right.active {
  visibility: visible;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.ind02 .tabs {
  position: relative;
}
.ind02 .tabs .item {
  float: left;
  margin-right: 38px;
  margin-top: 10px;
  height: 78px;
}
.ind02 .tabs .item .tit {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  line-height: 78px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-top: -1px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind02 .tabs .item .more {
  font-size: 16px;
  color: #666666;
  padding-right: 14px;
  background: url(../image/s10.png) center right no-repeat;
  line-height: 78px;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind02 .tabs .item .more:hover {
  color: #239ba5;
}
.ind02 .tabs .item.cur .tit {
  color: #239ba5;
  border-bottom: 3px solid #239ba5;
}
.ind02 .tabs .item.cur .more {
  display: block;
}
.ind02 .list {
  padding-top: 34px;
  padding-bottom: 50px;
}
.ind02 .list .item {
  float: left;
  padding: 18px;
  border: 1px solid #e7ecf0;
  margin-right: 20px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind02 .list .item:last-child {
  margin-right: 0;
}
.ind02 .list .item .img {
  width: 247px;
  height: 311px;
}
.ind02 .list .item .img .relImg {
  width: 100%;
  height: 100%;
}
.ind02 .list .item .text {
  font-size: 20px;
  color: #333333;
  padding: 0 15px;
  width: 247px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 54px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.ind02 .list .item:hover {
  background-color: #2898a2;
  border-color: #2898a2;
  margin-top: -20px;
}
.ind02 .list .item:hover .text {
  color: #ffffff;
}
.overview .subNav2 {
  box-shadow: none;
  margin-top: 18px;
  padding-left: 0;
  z-index: 2;
}
.overview .addCon {
  background: #fff url(../image/s17.jpg) center bottom no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.overview .addCon .next {
  padding-bottom: 50px;
}
.overview .addCon .next .statistics {
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.overview .addCon .next .list {
  margin: 38px 0;
}
.overview .addCon .next .list .item {
  width: 33.3%;
  float: left;
  position: relative;
  text-align: center;
}
.overview .addCon .next .list .item .text {
  display: inline-block;
  line-height: 46px;
  font-size: 18px;
  color: #33a0aa;
  padding-left: 60px;
  font-weight: bold;
  background: url(../image/s18.png) center left no-repeat;
  text-indent: 0;
}
.overview .addCon .next .list .item .line {
  position: absolute;
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #d7d7d7;
  top: 50%;
  margin-top: -9px;
}
.overview .maps {
  background-color: #fff;
  padding: 60px 0 80px 0;
}
.overview .maps img {
  display: block;
  margin: 0 auto;
}
.overview .garbage .pic {
  margin: 0;
}
.overview .garbage .list a b {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
  line-height: 42px;
  white-space: normal;
  margin-top: 22px;
}
.addition .next {
  background: #fff url(../image/s17.jpg) center bottom no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  margin-bottom: 58px;
}
.kj-text {
  background-color: #fff;
  padding-top: 65px;
}
.kj-text .item {
  text-align: left;
  width: 578px;
  height: 218px;
  padding: 22px 14px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  position: relative;
}
.kj-text .item .line {
  position: absolute;
  left: 0;
  top: 23px;
  width: 4px;
  height: 18px;
  background-color: #289da7;
}
.kj-text .item .title {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 12px;
}
.kj-text .item .text {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.news {
  padding-bottom: 48px;
}
.news .w1200 {
  background-color: #fff;
  padding: 38px 47px 0;
}
.news .topNews {
  border: 1px solid #e7ecf0;
  margin-bottom: 60px;
}
.news .topNews .left {
  width: 440px;
  height: 330px;
  float: left;
  overflow: hidden;
}
.news .topNews .left .relImg {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .topNews .center {
  width: 490px;
  float: left;
  margin-left: 38px;
  padding-top: 20px;
}
.news .topNews .center .t1 {
  font-size: 26px;
  color: #333333;
  line-height: 36px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .topNews .center .t2 {
  font-size: 22px;
  color: #666666;
  line-height: 1;
  margin: 20px 0 25px;
}
.news .topNews .center .t3 {
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 12px;
}
.news .topNews .right {
  width: 49px;
  height: 54px;
  float: right;
  border: 1px solid #cccccc;
  background: url(../image/s24.png) center no-repeat;
  margin-top: 137px;
  margin-right: 33px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .topNews:hover .left .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .topNews:hover .center .t1 {
  color: #239ba5;
}
.news .topNews:hover .right {
  background: #239ba5 url(../image/s24_s.png) center no-repeat;
}
.news .item {
  display: block;
  height: 98px;
  line-height: 98px;
  border: 1px solid #e7ecf0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 44px;
  background: url(../image/s24.png) 95% center no-repeat;
  margin-bottom: 45px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .item .t1 {
  font-size: 24px;
  color: #999999;
  float: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .item .t2 {
  width: 41px;
  height: 1px;
  background-color: #cccccc;
  margin-top: 46px;
  float: left;
  margin: 50px 27px 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .item .t3 {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 560px;
  float: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news .item:hover {
  background: #239ba5 url(../image/s24_s.png) 95% center no-repeat;
}
.news .item:hover .t1,
.news .item:hover .t3 {
  color: #fff;
}
.news .item:hover .t2 {
  background-color: #fff;
}
.honor .box {
  margin-top: 46px;
}
.honor .box .tit {
  font-size: 24px;
  color: #239ba5;
  line-height: 64px;
  text-align: center;
  background: url(../image/s25.png) center no-repeat;
}
.honor .box .tab {
  width: 560px;
  margin: 18px auto 0;
}
.honor .box .tab .text {
  font-size: 20px;
  color: #666666;
  position: relative;
  line-height: 46px;
  height: 46px;
  cursor: pointer;
}
.honor .box .tab .text .line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 4px;
  background-color: #239ba5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.honor .box .tab .text.cur .line {
  opacity: 1;
}
.honor .box .tab-list .list {
  padding-top: 50px;
  display: none;
}
.honor .box .tab-list .list.cur {
  display: block;
}
.honor .box .tab-list .list .swiper {
  width: 780px;
  margin: 0 auto;
  background: url(../image/s27.png) left 69px no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.honor .box .tab-list .list .swiper-slide {
  width: auto;
  cursor: pointer;
  padding-bottom: 72px;
}
.honor .box .tab-list .list .swiper-slide .t1 {
  font-size: 24px;
  color: #cccccc;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.honor .box .tab-list .list .swiper-slide .icon {
  width: 27px;
  height: 27px;
  background-color: #e2e2e2;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.honor .box .tab-list .list .swiper-slide.on .t1 {
  color: #239ba5;
}
.honor .box .tab-list .list .swiper-slide.on .icon {
  background: #9fd1d5 url(../image/s26.png) center no-repeat;
  width: 54px;
  height: 54px;
  bottom: 0;
}
.honor .box .list-data {
  margin-top: 55px;
  padding: 0 54px 98px;
}
.honor .box .list-data .more1 {
  font-size: 20px;
  color: #223031;
  text-align: center;
  line-height: 1;
  margin-top: 90px;
}
.honor .box .list-data ul {
  position: relative;
}
.honor .box .list-data .item {
  position: relative;
  margin-bottom: 46px;
  width: 100%;
}
.honor .box .list-data .item a {
  display: block;
  line-height: 98px;
  height: 98px;
  padding: 0 48px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.honor .box .list-data .item a .text {
  font-size: 18px;
  color: #414141;
}
.honor .box .list-data .item .img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../image/s29.jpg) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 8px;
  max-width: 326px;
  max-height: 500px;
  display: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.honor .box .list-data .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.honor .box .list-data .item .img::before {
  content: '';
  background: url(../image/s28.png) center no-repeat;
  width: 11px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor .box .list-data .item:hover {
  z-index: 3;
}
.honor .box .list-data .item:hover a {
  background-color: #239ba5;
}
.honor .box .list-data .item:hover a .text {
  color: #ffffff;
}
.honor .box .list-data .item:hover .img {
  display: block;
}
.Park_operation .part06 {
  background-color: #fafafa;
  padding: 58px 0 42px;
}
.Park_operation .part06 .tit {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-bottom: 76px;
}
.Park_operation .part06 .list .item {
  display: block;
  padding: 0 32px;
  height: 110px;
  line-height: 110px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  width: 576px;
  float: left;
  margin-right: 48px;
  margin-bottom: 38px;
  background: url(../image/s31.png) 108% -42px no-repeat;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.Park_operation .part06 .list .item:nth-child(2n) {
  margin-right: 0;
}
.Park_operation .part06 .list .item .t1 {
  font-size: 18px;
  color: #333333;
  float: left;
  width: 310px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative;
}
.Park_operation .part06 .list .item .t1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Park_operation .part06 .list .item .t2 {
  font-size: 16px;
  color: #999999;
  float: right;
}
.Park_operation .part06 .list .item:hover {
  background: #239ba5 url(../image/s31_s.png) 108% -42px no-repeat;
  padding-left: 58px;
}
.Park_operation .part06 .list .item:hover .t1 {
  color: #ffffff;
}
.Park_operation .part06 .list .item:hover .t1::before {
  background-color: #fff;
}
.Park_operation .part06 .list .item:hover .t2 {
  color: #ffffff;
}
.orgna {
  padding: 75px 0;
}
.orgna img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.honor .box .tab-list .list .swiper{
    position: relative;
}
.honor .box .tab-list .list .swiper .swiper-button-next, .honor .box .tab-list .list .swiper .swiper-button-prev{
    width: 42px;
    height: 42px;
    bottom: 7px;
    top: auto;
    transition-duration: 0.5s;
}
.honor .box .tab-list .list .swiper .swiper-button-next{
    background: url(../image/s34.png) center no-repeat;
    background-size: contain;
    right: -50px;
}
.honor .box .tab-list .list .swiper .swiper-button-prev{
    background: url(../image/s33.png) center no-repeat;
    background-size: contain;
    left: -50px;
}
.honor .box .tab-list .list .swiper .swiper-button-next:hover{
    background: url(../image/s34_s.png) center no-repeat;
    background-size: contain;
}
.honor .box .tab-list .list .swiper .swiper-button-prev:hover{
    background: url(../image/s33_s.png) center no-repeat;
    background-size: contain;
}


